home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 361 b | 23 lines | [TEXT/EDIT] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- class BAD_VAPE1
- --
- -- From a message of Jason SCHROEDER in comp.lang.eiffel
- --
- creation make
-
- feature {NONE}
-
- make is
- require
- a_condition
- do
- end
-
- a_condition:BOOLEAN is
- do
- end
-
- end -- BAD_VAPE1
-